home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #45 (1990-06-20)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #45 (1990-06-20)(Amiga User Gruppe Einzugsgebiet 4000).adf / ANWENDUNGEN / Ncomm / PbConvert.doc < prev    next >
Text File  |  1990-06-08  |  2KB  |  69 lines

  1. NAME
  2.  
  3.      PbConvert
  4.  
  5. SYNOPSIS
  6.  
  7.      PbConvert <infile> <outfile> [-b] [-d] [-p] [-s] [-r] [-e]
  8.  
  9. OPTIONS
  10.  
  11.      -bxxxxx sets baud rate to xxxxx (300 - 19200 baud)
  12.      -dx sets the data length to x (7 or 8 bits)
  13.      -px sets the parity to x (None, Odd or Even)
  14.      -sx sets number of stop bits to x (1 or 2)
  15.      -r removes filenames and passwords
  16.      -e expects input file to be of old format (v1.8)
  17.  
  18. DESCRIPTION
  19.  
  20.       Phonebook  converter  for  use  with  NComm V1.9.  May
  21.       remove  passwords  and  filenames  from phonebooks, as
  22.       well   as  converting  the  NComm  V1.8  file  format.
  23.       Optional global serial changes.
  24.  
  25.       The program may be run both from CLI and WorkBench.
  26.  
  27. USAGE
  28.  
  29.       Example usage if you want to convert a V1.8 file format
  30.       phonebook to the NComm V1.9 format;
  31.  
  32.       1> PbConvert NComm:NComm.phone ram:NComm.phone -e
  33.  
  34.       ==============================================================
  35.  
  36.       Example usage if you are interested in spreading phonebooks
  37.       but don't want personal data displayed;
  38.  
  39.       1> PbConvert NComm:NComm.phone ram:NComm.phone -r
  40.  
  41.       ==============================================================
  42.  
  43.       Example usage if you download a phonebook and want to set
  44.       all entries to 9600 baud, 7 bits, even parity, one stop bit;
  45.  
  46.       1> PbConvert NComm:NComm.phone ram:NComm.phone -b9600 -d7 -pe -s1
  47.  
  48. AUTHOR
  49.  
  50.      Torkel Lodberg (Placed in the public domain - source included)
  51.      Compiled and optimized with Lattice C 5.05.
  52.  
  53.      Contact me on my BBS:
  54.  
  55.          The Amiga BBS, 24 hours, 124 mb, two nodes, MNP5.
  56.  
  57.          Node 1: +47 2 493210 (300 - 14400 baud (HST))
  58.                   (02) 493210 (Norway)
  59.  
  60.          Node 2: +47 2 495201 (1200 - 9600 baud (V.32))
  61.                   (02) 495201 (Norway)
  62.  
  63.      ...or by FidoNet: Torkel Lodberg @ 2:502/110
  64.  
  65.      ...or by mail to: Torkel Lodberg
  66.                        Pilotveien 10
  67.                        N-0384 OSLO 3
  68.                        NORWAY
  69.